ShowAlternatingRows Property (TransposedGrid<T>)
In This Topic
Gets or sets a value that determines whether the grid should add the 'wj-alt' class to cells in alternating rows.
Syntax
'Declaration
Public Overridable Property ShowAlternatingRows As Boolean
public virtual bool ShowAlternatingRows {get; set;}
See Also